home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 13864 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1005 b   |  25 lines

  1. Newsgroups: comp.lang.c
  2. Path: netcom.com!russells
  3. From: russells@netcom.com (Russell Salsbury)
  4. Subject: Re: Compiling DOS Executables under Unix?
  5. Message-ID: <russellsDpMqDD.4IE@netcom.com>
  6. Organization: NETCOM On-line Communication Services (408 261-4700 guest)
  7. References: <4kelab$h8t@quasar.quanta.com>
  8. Distribution: inet
  9. Date: Wed, 10 Apr 1996 04:41:37 GMT
  10. Sender: russells@netcom10.netcom.com
  11.  
  12. rsww@quanta.com (Ross S. W. Walker) writes:
  13.  
  14. >I thought there was a way to build gcc under FreeBSD/Linux for it
  15. >to build DOS executables. Is it too much to get it so it can build
  16. >16 and 32 bit code? If I can get it to do that I might be able to
  17. >to build Win16/Win32 apps on unix for the PC and save some time and
  18. >money. I suppose I would need a cross-assembler and linker too.
  19.  
  20. GCC won't do 16-bit (I don't think).  DJGPP (GCC/G++ for DOS) will only 
  21. do 32-bit protected-mode code.  You would also need the Windows 
  22. libraries.  I suggest doing Windows development in Windows.
  23.  
  24. Ryan    russells@netcom.com
  25.